-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeViz: Allow setting ratio btw attractive and repulsive forces #6515
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6515 +/- ##
==========================================
+ Coverage 87.69% 87.77% +0.07%
==========================================
Files 321 321
Lines 69420 69451 +31
==========================================
+ Hits 60878 60959 +81
+ Misses 8542 8492 -50 |
Just wanted to add that with this new code changing Initialization while Gravity checked either does nothing or gives the error:
|
Iris -> Freeviz -> Start -> Check Gravity -> select Random Initialization
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding some tests for the new code would be nice.
Also, lint does not pass.
a5518de
to
1947679
Compare
1947679
to
c69acd8
Compare
c69acd8
to
8bb82de
Compare
Issue
Fixes #6479.
Description of changes
Adds an option to control the strength of attractive and repulsive forces.
Includes